home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Productivity / Yojimbo 1.1 (trial).dmg / Yojimbo.app / Contents / Resources / English.lproj / OGWebArchiveEditor.toolbar < prev    next >
Extensible Markup Language  |  2006-02-28  |  2KB  |  73 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AllowedItemIdentifiers</key>
  6.     <array>
  7.         <string>OGWebArchiveEditorFontBiggerSmallerButton</string>
  8.         <string>OGFontSmaller</string>
  9.         <string>OGFontBigger</string>
  10.         <string>OGToggleInspector</string>
  11.         <string>NSToolbarPrintItem</string>
  12.         <string>NSToolbarSeparatorItem</string>
  13.         <string>NSToolbarSpaceItem</string>
  14.         <string>NSToolbarFlexibleSpaceItem</string>
  15.         <string>NSToolbarCustomizeToolbarItem</string>
  16.     </array>
  17.     <key>AllowsUserCustomization</key>
  18.     <true/>
  19.     <key>AutoSavesConfig</key>
  20.     <true/>
  21.     <key>DefaultItemIdentifiers</key>
  22.     <array>
  23.         <string>OGFontSmaller</string>
  24.         <string>OGFontBigger</string>
  25.     </array>
  26.     <key>ToolbarIdentifier</key>
  27.     <string>OGWebArchiveEditor</string>
  28.     <key>ToolbarItems</key>
  29.     <dict>
  30.         <key>OGWebArchiveEditorFontBiggerSmallerButton</key>
  31.         <dict>
  32.             <key>CustomView</key>
  33.             <string>editViewController.toolbarFontBiggerSmallerControl</string>
  34.             <key>Delegate</key>
  35.             <string>editViewController</string>
  36.             <key>Label</key>
  37.             <string>Text Size</string>
  38.         </dict>
  39.         <key>OGFontSmaller</key>
  40.         <dict>
  41.             <key>Action</key>
  42.             <string>makeTextSmaller:</string>
  43.             <key>Image</key>
  44.             <string>FontSmaller</string>
  45.             <key>Label</key>
  46.             <string>Smaller</string>
  47.             <key>PaletteLabel</key>
  48.             <string>Smaller Font</string>
  49.         </dict>
  50.         <key>OGFontBigger</key>
  51.         <dict>
  52.             <key>Action</key>
  53.             <string>makeTextLarger:</string>
  54.             <key>Image</key>
  55.             <string>FontLarger</string>
  56.             <key>Label</key>
  57.             <string>Larger</string>
  58.             <key>PaletteLabel</key>
  59.             <string>Larger Font</string>
  60.         </dict>
  61.         <key>OGToggleInspector</key>
  62.         <dict>
  63.             <key>Action</key>
  64.             <string>toggleInspectorPanelShown:</string>
  65.             <key>Image</key>
  66.             <string>GetInfo</string>
  67.             <key>Label</key>
  68.             <string>Inspect</string>
  69.         </dict>
  70.     </dict>
  71. </dict>
  72. </plist>
  73.